serial: Compile drivers/serial/serial.c by default
authorMarek Vasut <[email protected]>
Fri, 14 Sep 2012 21:46:48 +0000 (23:46 +0200)
committerTom Rini <[email protected]>
Mon, 15 Oct 2012 18:53:59 +0000 (11:53 -0700)
commitc1f5805a9dd5ea50b108e1d39a16edf710ea17e6
tree699998fe042fe046c0bd182d60b7a4993c263b65
parent036036d79c8535342594ab362143416d6a9bd11e
serial: Compile drivers/serial/serial.c by default

Compile drivers/serial/serial.c by default both into SPL and into
non-SPL builds, since CONFIG_SERIAL_MULTI is now the default state.
Also having common/serial.c in by default now, it's pointless to keep
-DCONFIG_SERIAL_MULTI in CPPFLAGS any longer, so remove it as well.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Marek Vasut <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Anatolij Gustschin <[email protected]>
Cc: Stefan Roese <[email protected]>
config.mk
drivers/serial/Makefile